AutoReloadAware

interface AutoReloadAware

The interface provides the possibility to auto-reload plugin when run in the IDE.

Inheritors

Properties

Link copied to clipboard
@get:Internal
abstract val autoReload: Property<Boolean>

Enables auto-reload of dynamic plugins. Dynamic plugin will be reloaded automatically when its content is modified. This allows a much faster development cycle by avoiding a full restart of the development instance after code changes.